Remove public from the url in the codeigniter

97

$pathsPath = realpath(FCPATH . '../app/Config/Paths.php');
replace by
$pathsPath = realpath(FCPATH . '../app/Config/Paths.php');

Comments

Submit
0 Comments